Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / Write Method / Write(Byte[]) Method

In This Topic
    Write(Byte[]) Method
    In This Topic
    Writes a byte array.
    Syntax
    'Declaration
     
    Public Overloads Sub Write( _
       ByVal value() As System.Byte _
    ) 
    public void Write( 
       System.byte[] value
    )

    Parameters

    value
    See Also